Welcome![Sign In][Sign Up]
Location:
Search - boot loader

Search list

[Remote Control070420SEUPeeper

Description: xicao的远程控制软件比0.1最小矩形算法的屏幕回传,自定义端口,URL转发,优化了界面等等 unstall --用来卸载服务端 winnet --winnet.dll的loader,注册为系统服务实现开机自启动 Peeper --服务端主文件winnet.dll的代码 Client --客户端程序代码 Seu_lib --公共开发库文件 -xicao the remote control software algorithm than 0.1 minimum rectangular screen return, custom port, URL forwarding, optimizing the interface and so on unstall to uninstall client services winnet winnet.dll the loader, register as a system service since the launch of the Peeper realize boot services end of the main document winnet.dll client code Client code Seu_lib public development library files
Platform: | Size: 2311168 | Author: wang | Hits:

[Windows CEWCELoader

Description: evc下的程序加载器,支持开机自动更新。支持u盘、CF卡和串口方式。-EVC procedures under the loader to support the boot auto-update. Support u disk, CF card and serial manner.
Platform: | Size: 5981184 | Author: | Hits:

[Software EngineeringArtila_log

Description: This the log generated by artila M501 starter kit while recovering loader, and u-boot-This is the log generated by artila M501 starter kit while recovering loader, and u-boot
Platform: | Size: 1024 | Author: sandy | Hits:

[Internet-NetworkSMDK2413_NAND

Description: s3c2412 flash loader for loading u-boot on nand flash
Platform: | Size: 968704 | Author: LOHITH | Hits:

[Embeded-SCM Developuboot1.1.1(2010.4.13)

Description: uboot1.1.1在YL9200开发板上移植成功,这个用到得loader.bin boot.bin u-boot.bin u-boot.bin.gz-uboot1.1.1 development board in YL9200 transplantation, the use may loader.bin boot.bin u-boot.bin u-boot.bin.gz
Platform: | Size: 92160 | Author: 周琪 | Hits:

[Internet-Network20071213346865

Description: unstall --用来卸载服务端 winnet --winnet.dll的loader,注册为系统服务实现开机自启动 Peeper --服务端主文件winnet.dll的代码 Client --客户端程序代码 Seu_lib --公共开发库文件 -unstall- used to uninstall the server winnet- winnet. dll' s loader, registration for the service implementation system boot from the start Peeper- the main file server code winnet.dll Client- Client-side code Seu_lib- public development bank file
Platform: | Size: 832512 | Author: zhz1984 | Hits:

[Driver Developfxload-2008_10_13.tar

Description: FXLOAD UTILITY 这个程序是方便可以下载固件到FX,FX2, 和FX2LP的EZ-USB设备,以及原始AnchorChips的EZ-USB。 它的目的是要调用热插拔脚本时未编程 设备出现在总线上。 主要是作为一个开发援助,这也可以被用来更新 从I2C串行EEPROM引导设备上的固件。对于那 使用,以及将固件下载到所有其他的片外存储器, 的第二阶段加载程序必须首先被下载。 的分布包括“a3load.hex”,这是一个简单的第二阶段 装载机,上面列出的所有的EZ-USB产品。如果您 要写入至EEPROM,可以使用相应版本的 “Vend_Ax”与赛普拉斯开发工具包提供的代码。 UPDATES 请参阅下载页面http://linux-hotplug.sourceforge.net 最新的版本。 CVS存储库,拥有的最新版本 这个软件。该网站显示的一些方法,使用“fxload” 配合USB热插拔,,加载设备固件。 Linux的热插拔DEVEL-USB Linux的开发列表张贴任何错误报告。 如果你修改了代码,GPL要求你让你的更新 一般可用(在大多数情况下)。为它们在 形式的补丁对当前的CVS(CVS差异-U“),或 释放(“的差异-U老新”)是最有用的,否则它的尴尬 将这种变化为标准的分布。- FXLOAD UTILITY This program is conveniently able to download firmware into FX, FX2, and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB. It is intended to be invoked by hotplug scripts when the unprogrammed device appears on the bus. Primarily as an aid for developers, this can also be used to update firmware on devices which boot from I2C serial EEPROMs. For that use, as well as downloading firmware to all other off-chip memory, a second stage loader must first be downloaded. The distribution includes "a3load.hex", which is a simple second stage loader that works with all the EZ-USB products listed above. If you want to write to an EEPROM, you can use the appropriate version of the "Vend_Ax" code provided with the Cypress developer kit. UPDATES See the download page at http://linux-hotplug.sourceforge.net for the latest release. The CVS repository there holds the most current version of this software. The web site shows some ways to u
Platform: | Size: 23552 | Author: 杨强 | Hits:

[JSP/Javajikesrvm-3.1.3.tar

Description: Jikes研究虚拟机(Jikes Research Virtual Machine,简称Jikes RVM)是一种成熟的用于执行Java程序的虚拟机,其早期版本与当前版本分别在通用公共许可证(CPL)与Eclipse公共许可证(EPL)下开放代码。与其他以Java编写的虚拟机不同的是,Jikes RVM采用了元循环技术。 Jikes RVM采用了元循环技术,因而其需要运行在一个引导Java虚拟机(JVM)上来创建启动镜像。启动镜像在运行时由一个小型的C装入程序载入,其本质是Jikes RVM启动必须的对象的集合,这些对象则是利用引导JVM的反馈所创建。 编译器在VM Magic里为一个类生成不同的代码(而非字节码)。VM Magic类允许对内存的直接访问,是影响内存管理工具包的性能的关键所在。VM Magic类被包含于org.vmmagic包内,同时也为其他的Java项目所使用。-Jikes Research Virtual Machine (Jikes Research Virtual Machine, referred Jikes RVM) is a mature virtual machine for executing Java program, its earlier versions and the current version of the General Public License (CPL) and the Eclipse Public License (EPL code) under the open. Written in Java virtual machine, Jikes RVM uses meta-cycle technology. The Jikes RVM adopt meta-cycle technology, and thus the need to run in a guide Java Virtual Machine (JVM) up to create a boot image. Start the mirror loaded at run-time by a small C-loader, by its very nature is a the Jikes RVM start must be the object of a collection of these objects feedback is used to guide the JVM created. Generated by the compiler as a class in the VM Magic different code (rather than byte code). VM Magic class allows direct access to the memory, the key to affect the performance of the memory management toolkit. VM Magic class is included in the the org.vmmagic package, also be used for other Java projects.
Platform: | Size: 5052416 | Author: kkpudn28 | Hits:

[Embeded Linuxomapfl-1.0

Description: OMAP Flash Loader This replacement can program the Spectrum Digital OMAP5912OSK evaluation boards. It can also program version D boards, that the original program can t. Also, this program is for Linux (and perhaps other Unixes), not for M$-windows. And, the better of all, it is GPL, with all its sources, not a binary program. This program has been developed using reverse engineering on the protocol communication between the original program and the internal boot. I have not totally understood that protocol, but it works.
Platform: | Size: 31744 | Author: zhongvv | Hits:

[Embeded-SCM DevelopMakeBS

Description: Batch script to create a bootsector from current one::< invoking NTLDR and make it invoke another loader such as SETUPLDR.BIN::< (FAT16,FAT32 and NTFS partitions ONLY) Win2k/XP/2003 NO Win9.x/Me::< It can optionally add a line invoking this bootsector in BOOT.INI
Platform: | Size: 3072 | Author: ndpoi | Hits:

[Other13_Windows_7_Loade

Description: If your PC is unable to boot back into Windows 7 after installing a loader don t panic, simply do the following.
Platform: | Size: 2426880 | Author: muszi | Hits:

[File Formatloader1

Description: 《鸟哥的Linux私房菜》读书笔记:开机流程、模块管理、Loader- Bird Brother Linux private kitchens study notes: boot process, module management, Loader
Platform: | Size: 4096 | Author: SimmerChan | Hits:

[File Formatloader2

Description: Bird Brother Linux private kitchens study notes: boot process, module management, Loader- Bird Brother Linux private kitchens study notes: boot process, module management, Loader
Platform: | Size: 3072 | Author: SimmerChan | Hits:

[DocumentsUEFI_Spec_2_7

Description: 目前主流的引导固件接口,UEFI 说明文档,编写loader可以进行相关查阅。编程参考(At present, the mainstream boot firmware interface, UEFI documentation, writing loader can be related to consult. Programming reference)
Platform: | Size: 15304704 | Author: sanfusu | Hits:

[OtherAIK-Linux-v2.9-ALL.tar

Description: Originally only for Google Pixel/Nexus/AOSP standard boot.img files, built-in support has now expanded to Android Verified Boot (AVB)/ChromeOS/SignBlob signed boot.img files, Barnes & Noble Nook "Green Loader" signed boot.img files, Samsung/Spreadtrum DHTB header signed boot.img files, the Samsung/Marvell PXA1088/1908 board boot.img variant (AOSP-PXA), Loki patched boot.img files, Sony SIN signed/packaged kernel.elf extraction, Sony ELF kernel.elf files (repacked as boot.img for unlocked bootloaders), Rockchip KRNL signed ramdisk image files, MTK headers for zImage/ramdisk, and LG Bump/Samsung SEAndroid footers for boot.img.
Platform: | Size: 7639040 | Author: 330wang | Hits:

[OtherAIK-Linux-v3.1-ALL.tar

Description: Originally only for Google Pixel/Nexus/AOSP standard boot.img files, built-in support has now expanded to Android Verified Boot (AVB)/ChromeOS/SignBlob signed boot.img files, Barnes & Noble Nook "Green Loader" signed boot.img files, Samsung/Spreadtrum DHTB header signed boot.img files, the Samsung/Marvell PXA1088/1908 board boot.img variant (AOSP-PXA), Loki patched boot.img files, Sony SIN signed/packaged kernel.elf extraction, Sony ELF kernel.elf files (repacked as boot.img for unlocked bootloaders), Rockchip KRNL signed ramdisk image files, MTK headers for zImage/ramdisk, and LG Bump/Samsung SEAndroid footers for boot.img.
Platform: | Size: 13153280 | Author: xda | Hits:
« 1 2 ... 14 15 16 17 18 19»

CodeBus www.codebus.net